Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace utility methods with ActiveSupport #15

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Conversation

amilligan
Copy link
Contributor

ActiveSupport does a lovely job of string inflection; may as well take advantage of that work.

rubocop:
- Layout/EmptyLines
- Layout/EmptyLinesAroundAccessModifier
- Layout/EmptyLinesAroundBlockBody
- Layout/EmptyLinesAroundClassBody
- Layout/EmptyLinesAroundMethodBody
- Layout/EmptyLinesAroundModuleBody
- Layout/ExtraSpacing
rubocop:
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/MultilineMethodCallIndentation
rubocop:
- Layout/SpaceAfterComma
- Layout/SpaceAroundEqualsInParameterDefault
- Layout/SpaceAroundOperators
- Layout/SpaceInsideBlockBraces
- Layout/SpaceInsideHashLiteralBraces
rubocop: Layout/TrailingBlankLines
rubocop: Lint/AmbiguousRegexpLiteral
rubocop: Lint/AssignmentInConditions
rubocop: Lint/DuplicateMethods
rubocop: Lint/IneffectiveAccessModifier
rubocop: Lint/UriEscapeUnescape
rubocop: Lint/UselessAssignment
rubocop: Performance/RedundantMerge
rubocop:
- Style/BracesAroundHashParameters
- Style/EmptyLiteral
- Style/EmptyMethod
- Style/MethodDefParentheses
rubocop: Style/StringLiterals
rubocop: Style/UnneededInterpolation
rubocop: Style/RedundantSelf
rubocop: Style/Next
rubocop: Style/NegatedIf
rubocop: Style/MutableConstant
rubocop: Style/InverseMethods
rubocop: Style/IfUnlessModifier
rubocop: Style/GuardClause
rubocop: Style/ExpandPathArguments
rubocop: Style/ConditionalAssignment
rubocop: Style/ClassCheck
@farooqTkxel
Copy link

please merge this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants